home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 December / macformat-031.iso / mac / Shareware City / Developers / enter-act-34 / EnterAct Stuff / Advanced EnterAct Tweaking next >
Encoding:
Text File  |  1995-08-08  |  2.1 KB  |  65 lines  |  [TEXT/KEEN]

  1. Advanced EnterAct Tweaking            Aug 95, draft
  2. --------------------------
  3. (Hold down the <Option> key and click in the title bar to access
  4. the table of contents)
  5.  
  6. §    Default TEXT file creator
  7. §    Synonyms and homonyms
  8.  
  9.  
  10. §    Default TEXT file creator
  11. EnterAct uses its own creator, 'KEEN", when creating new text files.
  12. To change this default:
  13. -open EnterAct's preferences file with your resource editor
  14. (after having run EnterAct at least once you'll find it in your
  15. "Preferences" folder)
  16. -open the 'OPDG' resource and scroll down to the end
  17. -there near the end you will see KEEN -- change this to the creator
  18. you prefer.
  19.  
  20.  
  21. §    Synonyms and homonyms
  22. EnterAct keeps a table of common synonyms and homonyms in its 'TEXT' 1000
  23. resource. When you attempt to look up the definition of a term by
  24. pressing the <Enter> key and no exact match is found in your dictionary,
  25. one of the first things done is to consult this list for possible
  26. substitutions that might produce an exact match. For example if you
  27. typed "AllocMemory" but really meant "AllocateMemory" Enteract would
  28. still show you the right definition, since substituting "Allocate"
  29. for "Alloc" from the TEXT 1000 table would produce the name in your
  30. dictionary.
  31.  
  32. If you suffer from chronic synonym or homonym substitution, you might
  33. want to try entering your commonest substitution pairs in EnterAct's
  34. TEXT 1000 resource--then pressing <Enter> will give you much more
  35. accurate lookup for those cases.
  36.  
  37. Here's a bit of 'TEXT' 1000 from the start to give you the flavour:
  38.  
  39. 1    Ind
  40. 1    One
  41. 2    Two
  42. A    Alert
  43. Acc    Accessory
  44. Accessory    Acc
  45. Add    Plus
  46. Alert    A
  47. Alert    Alrt
  48. Alloc    Allocate
  49. Allocate    Alloc
  50. Allocate    Create
  51. Allocate    Init
  52. Allocate    Make
  53. Allocate    Reserve
  54. Alrt    Alert
  55. ...
  56. The entries must be in alphabetical order, and each synonym or homonym pair
  57. is entered twice as you can see above. Each line begins with a name fragment
  58. that might be present in your source, followed by a tab, then an alternate
  59. name to try, and finally a return.
  60.  
  61. If you do add to the TEXT 1000 resource, please remember that you did so when
  62. you grab the next update for EnterAct. The default resource shipped with EnterAct
  63. will not change significantly, but it won't have your additions in it!
  64.  
  65.